﻿*
{
    margin: 0;
    padding: 0;
    outline: none;
    border:0;
}

@font-face {
    font-family: 'HelveticaNeueMediumCond';
    src: url('hlmc____-webfont.bin');
    src: url('hlmc____-webfont-1.bin') format('eot'),
         url('hlmc____-webfont-2.bin') format('woff'),
         url('hlmc____-webfont-3.bin') format('truetype'),
         url('hlmc____-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}

body{
    font-family:Arial, Sans-Serif;
    font-size:12px;
    color:#666666;
    background-color:#a30046;
}

#bgBodyIndex{
    width:100%;
    height:510px;
    position:absolute;
    top:150px;
    left:0px;
    background-image:url(../images/bgBodyIndex.jpg);
    z-index:-1;
}

#bgBodyBinnen{
    width:100%;
    height:700px;
    position:absolute;
    top:150px;
    left:0px;
    background-image:url(../images/bgBodyBinnen.jpg);
    z-index:-1;
}

.clearFloats{
    clear: both;
}

#container{
    width: 1023px;
    margin-left:auto;
    margin-right:auto;
}

#container ul{
    list-style:none;
}

#header{
    height:150px;
    position:relative;
    margin-bottom:35px;
    background-color:#fafaf9;
}

#header_index{
    height:150px;
    position:relative;
    margin-bottom:320px;
    background-color:#fafaf9;
}

#bgHeader{
    width:100%;
    height:150px;
    position:absolute;
    top:0px;
    left:0px;
    background-color:#fafaf9;
    z-index:-1;
}

#logo{
    width:265px;
    padding-top:30px;
    padding-left:40px;
    float:left;
}

#logo h1{
    position:absolute;
    left:-1000px;
}

#headerMenu{
    width:710px;
    margin-top:20px;
    float:left;
    position:relative;
}

#topMenu{
	float:left;
	margin-left:380px;
	font-size:11px;
}

#topMenu li{
    margin-left:3px;
    margin-right:3px;
    float:left;
}

#topMenu a{
	text-decoration:none;
	font-size:11px;
	color:Black;
	text-align:center;
}

#topMenu a:hover{
	color:#a30046;
}

#languageMenu{
	width:80px;
	z-index:1;
	position:absolute;
	top:-4px;
	right:0px;
}

#languageMenu ul ul{
    display: none;
}

#languageMenu a{
    text-decoration:none;
	font-size:11px;
	color:Black;
	padding-top: 5px;
	display: block;
}

#languageMenu a:hover{
    color:#a30046;
}

#languageMenu .active_language{
    color:#a30046;
    position:relative;
}

#languageMenu img{
    position:absolute;
    right:0px;
    top:0px;
}


#mainMenu{
	margin-top:53px;
	float:left;
}

#mainMenu ul{
    list-style:none;
}

#mainMenu li{  
    float:left;
    text-align:center;
    position:relative;
}

#mainMenu a{
	text-decoration:none;
	color:Black;
	font-family:HelveticaNeueMediumCond;
	display: block;
	width:120px;
	padding-top:30px;
}

#mainMenu a:hover{
	color:#a30046;
}

#mainMenu .active_mainMenu a{
    color:#a30046;
}

#mainMenu img{
	float:left;
	border:none;
}

#mainMenu a img{
	float:none;
	position:absolute;
	top:5px;
	left:50px;
}

#mainMenu a .pictogramHover{
    visibility:hidden;
}

#mainMenu a:hover .pictogramHover{
    visibility:visible;
}

#mainMenu .active_mainMenu .pictogramHover{
    visibility:visible;
}

#middle{
	width:100%;
	background-color:#fafaf9;
	position: relative;
	padding-top:30px;
	padding-bottom:20px;
}

#middle_index{
	width:100%;
	background-color:#fafaf9;
	position: relative;
	padding-top:9px;
	padding-bottom:10px;
}

#topMiddle{
    height: 11px;
	position: absolute;
	top: -11px;
}

#bottomMiddle{
    height: 11px;
	position: absolute;
	bottom: -11px;
}

#middleLeft{             
    width:229px;
	padding-left:30px;
	padding-top:5px;
	float:left;
}

#middleLeft_index{             
	position:absolute;
	left:30px;
	top:-11px;
	z-index:1;
}

#subMenu {
    margin-bottom:121px;
    margin-left:30px;
}

#subMenu ul{
    list-style:none;
}

#subMenu li img{
    margin-bottom:7px;
}

#subMenu a{
	text-decoration:none;
	color:#666666;
	font-family:HelveticaNeueMediumCond;
	display: block;
	margin-bottom:7px;
}

#subMenu a:hover{
	color:Black;
}

#subMenu .active_subMenu a{
    color:Black;
}

#bookingPanel{
    width: 217px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:5px;
    background-image:url(../images/middleBookingPanel.jpg);
    background-repeat:repeat-y;
    position:relative;
    color: #000;
    font-size:12px;
}

#bookingPanel .ui-datepicker-trigger
{
    position: absolute;
    cursor: pointer;
    right: 3px;
    top: 4px;
}
.ui-datepicker
{
    z-index: 9 !important;
}
#bookingPanel ui-datepicker-div{
    font-size: 10px;
}

td{position: relative;}

#bookingPanel #aankomstdatum, #vertrekdatum{
    cursor: pointer;
    -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
    color: #000;
    font-family: Arial;
    font-size: 12px;
    padding: 6px 8px;
    width: 69px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 4px;
}

#topBookingPanel{
    height: 45px;
    width: 277px;
	position: absolute;
	top: -45px;
	left:0px;
}

#bottomBookingPanel{
    height: 11px;
	position: absolute;
	bottom: -11px;
	left:0px;
}

#bookingPanel h2{
    text-transform:uppercase;
    font-size:16px;
    font-weight: 900;
    color: #fff;
    letter-spacing:1px;
    position:absolute;
    top:-27px;
}

#bookingPanel p{
    padding-bottom:10px;
    padding-top:10px;
}

#bookingPanel form{
    padding-top:10px;
}

#bookingPanel form a{
    margin-top:10px;
}

#bookingPanel #vertrek, #bookingPanel #aankomst{
    margin-bottom:5px;
    margin-top:2px;
    padding: 2px;
    width: 100px;
    cursor: pointer;
}

#btnPrices
{
    margin-top: 7px;
    cursor: pointer;
    background-color: #a30046;
    color: #ffffff;
    font-family: Helvetica, Arial;
    font-weight: 900;
    text-align: center;
    width: 100%;
    padding: 8px 5px 7px 5px;
    font-size: 11px;
    text-transform: uppercase;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px;
}

#btnPrices:hover
{
    background-color: #000000;
}

#tag{
    font-size:10px;
}
#bookingPanel h3
{
    font-size: 12px;
    color: #000;
    font-family: Arial;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}
#bookingPanel h4
{
    font-weight: bold;
    font-size: 12px;
    color: #000;
    font-family: Arial;
    margin-bottom: 15px;
}

#bookingPanel a
{
    color: #000;
    text-decoration: underline;
    font-size: 14px;
    font-family: Arial;
}

#bookingPanel a:hover{
    text-decoration: none;
}

#middleRight{
    float:left;
    width:650px;
    margin-left:90px;
}

#middleRight_index{
    float:right;
    width:650px;
    margin-right:24px;
}

#content{
    padding-left:5px;
}

#content h2{
    font-family:Myriad Pro, Sans-Serif;
    font-size:19.5px;
    font-weight:lighter;
    margin-bottom:20px;
}

#content h3{
    font-size:16px;
    margin-bottom:10px;
}

#content h4{
    font-size:12px;
    color:#a30046;
    margin-bottom:5px;
}

#content p{
    margin-bottom:5px;
}

#content .artikel{
    margin-bottom:20px;
}

#content .artikel a
{
    color: #a30046;
    text-decoration: none;
}

#content .artikel a:hover
{
    text-decoration: underline;
}

#content .item{
    margin-bottom:5px;
}

#slider{
    width:630px;
    margin-top:25px;
    position:relative;
}

#slider_index{
    width:550px;
    margin-top:25px;
    position:relative;
}

#slider_index #pic .bgImages{
    height:170px;
    width:246px;
    padding-left:11px;
    padding-top:10px;
    margin-right:10px;
    background-image:url(../images/bgSliderPicIndex.jpg);
    background-repeat: no-repeat;
    float:left;
    position: relative;
}

#pic > div{
	width: 618px;
}

#slider_index #pic > div{
	width: 540px;
}

#pic .bgImages{
    height:135px;
    width:177px;
    padding-left:9px;
    padding-top:9px;
    margin-right:20px;
    background-image:url(../images/bgSliderPic.jpg);
    background-repeat: no-repeat;
    float:left;
    position: relative;
}

#pic .bgImages span
{
    font-family: HelveticaNeueMediumCond;
    font-size:13px;
    color:Black;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

#arrows ul{
    list-style:none;
}

#arrows span{
	position:absolute;
	top:-1000px;		
}

#btnSliderLeft{
    position:absolute;
    left:-40px;
    top:50px;
    display: none;
}

#slider_index #btnSliderLeft{
    position:absolute;
    left:-40px;
    top:70px;
    z-index:3;
}

#btnSliderLeft a{
    width:11px;
    height:15px;
    border:none;
    background-image:url(../images/btnSliderLeft.jpg);
    display: block;
}

#btnSliderLeft a:hover{
    background-image:url(../images/btnSliderLeftHover.jpg);
}

#btnSliderRight{
    position:absolute;
    right:-5px;
    top:50px;
    z-index:3;
    display: none;
}

#slider_index #btnSliderRight{
    position:absolute;
    right:-5px;
    top:70px;
    z-index:3;
}

#btnSliderRight a{
    width:11px;
    height:15px;
    border:none;
    background-image:url(../images/btnSliderRight.jpg);
    display: block;
}

#btnSliderRight a:hover{
    background-image:url(../images/btnSliderRightHover.jpg);
}

#btnSliderRight a:hover{
    background-image:url(../images/btnSliderRightHover.jpg);
}

#footer{
    margin-top:30px;
    font-size:11px;
    color:White;
}
#footer a{
    color:White;
    text-decoration: none;
}

#contact{
    float:left;
}

#stardekk{
    float:right;
}

#stardekk a{
    color:White;
    text-decoration:none;
}

#stardekk a:hover{
    color:Black;
}

.textpic
{
    margin-right: 12px;
    margin-bottom: 8px;
    float: left;
}

.textarea, .textbox, .contactbutton
{
    background-color: transparent;
    padding: 4px;
    border: none;
    color: #666666;
    font-family:Verdana, Sans-Serif;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    resize: none;
    border: 1px solid #F2ECEE;
}

.contactbutton
{
    cursor: pointer;
    border: 1px solid #d1cdce;
    font-size: 14px;
    cursor: pointer;
}